go/types.Checker.binary (method)
4 uses
go/types (current package)
expr.go#L1062: func (check *Checker) binary(x *operand, e ast.Expr, lhs, rhs ast.Expr, op token.Token, opPos token.Pos) {
expr.go#L1625: check.binary(x, e, e.X, e.Y, e.Op, e.OpPos)
stmt.go#L460: check.binary(&x, nil, s.X, Y, op, s.TokPos)
stmt.go#L492: check.binary(&x, nil, s.Lhs[0], s.Rhs[0], op, s.TokPos)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)